HTML Challenge Ruben Quiroz

Día 29

Crea un sistema de pestañas (tabs) para mostrar información. Necesita algo de Javascript.

en este apartado te mostrare código "HTML"

                    
                    <html>
                        <head>
                        </head>
                        <body>
                                <header>
                                </header>
                                <nav>
                                </nav>
                                <main>
                                    <section>
                                    </section>
                                </main>
                                <footer>
                                </footer>
                        </body>
                    </html>
                    
                
ir al CSS ir al JS
Anterior Menu Siguiente